home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 2 / aboutdlg.h < prev    next >
C/C++ Source or Header  |  1996-07-18  |  714b  |  34 lines

  1. // AboutDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // AboutDlg dialog
  6.  
  7. class AboutDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     AboutDlg(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(AboutDlg)
  15.     enum { IDD = IDD_ABOUT };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(AboutDlg)
  23.     //}}AFX_VIRTUAL
  24.  
  25. // Implementation
  26. protected:
  27.  
  28.     // Generated message map functions
  29.     //{{AFX_MSG(AboutDlg)
  30.         // NOTE: the ClassWizard will add member functions here
  31.     //}}AFX_MSG
  32.     DECLARE_MESSAGE_MAP()
  33. };
  34.